cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/
# A fun game where you can virtually bet!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
alert('Do you want to play the game?');
var randomNum1 = Math.floor(Math.random()*6)+1; // generate 1 to 6 random numbers
var r
var randomNum1 = Math.floor(Math.random()*6)+1; // generate 1 to 6 random numbers
var r